home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / educate / schoolsh.zip / GETB.BAT < prev    next >
DOS Batch File  |  1995-10-12  |  1KB  |  33 lines

  1. ECHO OFF
  2. CLS
  3. echo.
  4. echo.
  5. echo.
  6. echo   You are now going to copy your records from your B:DRIVE to your
  7. echo   present location.  Insert the disk in the B:DRIVE that contains the
  8. echo   most updated and recent HOME SCHOOL records.  Be certain that the
  9. echo   disk is the CORRECT one, because the records in your present location
  10. echo   will be OVERWRITTEN, and lost forever.  Once your disk is inserted,
  11. echo   and you are CERTAIN that it is the CORRECT one, simply press the ENTER
  12. echo   key to continue with the updating of the files, in your present
  13. echo   location.
  14. echo.
  15. echo   If you wish to ABORT this operation, without affecting the files in
  16. echo   your present location, just press the CTRL key and the C key, at the
  17. echo   same time, and then answer Y to the "Abort Batch Job" prompt, that 
  18. echo   will appear on the screen.
  19. echo.
  20. echo.
  21. pause
  22. copy B:\*.rec
  23. CLS
  24. echo.
  25. echo.
  26. echo   Your present location record files have successfully been updated from
  27. echo   the disk in the B:DRIVE.  Press any key to return to your DOS prompt.
  28. echo   From there, you can type GO and press ENTER, to return to the
  29. echo   HOME SCHOOL program, or you can terminate your session.  Please 
  30. echo   remember to remove the disk in the B:DRIVE, and keep it safe.
  31. echo
  32. pause
  33.